/* 单个图片幻灯片盒子 - 公用类 */
ul,li{ padding: 0; margin: 0; list-style:none } 
.column1_left {	width:1920px;margin:0 auto;	text-align:center; position:absolute; MARGIN-LEFT: -960px; OVERFLOW: hidden; LEFT: 50%}
.container, .container * {	margin:0;	padding:0;}
.container {width:1920px;height:360px;overflow:hidden;position:relative;}
.slider li {display:inline;float:left;}
.slider img {width:1920px;height:360px;display:block;border:0; }

.num {position:absolute; left:50%; margin-left:-45px;bottom:-32px;height:18px;}
.num li {float: left;width:10px;height:10px;background:#666666;cursor: pointer;overflow: hidden; color:#000000;  text-align:center; margin-left:5px; border:3px solid #aaaaaa; line-height:10px;-moz-border-radius: 8px ;  -webkit-border-radius: 8px; border-radius:8px;}
.num li.on {background:#333333; color:#FFFFFF; border:3px solid #ff9900}